home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / os2 / nr_32bit.arj / README < prev    next >
Text File  |  1993-10-10  |  8KB  |  152 lines

  1. Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  2. Kai Uwe Rommel, Igor Mandrichenko and John Bush.
  3. Permission is granted to any individual or institution to use, copy, or
  4. redistribute this software so long as all of the original files are included,
  5. that it is not sold for profit, and that this copyright notice is retained.
  6.  
  7.  
  8. Zip 2.0 is a compression and file packaging utility.  It is compatible with
  9. PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems.  There is a companion to zip
  10. called unzip (of course) which you should be able to find the same place
  11. you got zip. See the file 'Where' for details on ftp sites and mail
  12. servers.
  13.  
  14. This version of zip has been ported to a wide array of Unix and other
  15. mainframes, minis, and micros including VMS, OS/2, Minix, MSDOS, Windows NT,
  16. Atari and Amiga. Although highly compatible with PKware's PKZIP and PKUNZIP
  17. utilities of MSDOS fame, our primary objective has been one of portability
  18. and other-than-MSDOS functionality.  Features not found in the PKWare version
  19. include creation of zip files in a pipe or on a device, VMS and OS/2 extended
  20. file attributes, conversion from Unix to MSDOS text file format; and, of
  21. course, the ability to run on most of your favorite operating systems.
  22. And it's free.
  23.  
  24. Main changes since zip 1.9p1:
  25.  
  26. - new -i option (include only the following names).
  27. - new -T option to test zip file integrity before overwriting original
  28. - new -F and -FF (zipfix) options
  29. - new -D option (do not create entries for directories)
  30. - new -S option to include hidden/system files on MSDOS and OS/2
  31. - new -$ option to include a volume label on MSDOS and OS/2
  32. - new -ll option for CR LF to LF translation
  33. - new -p option for zipsplit (pause between diskettes)
  34. - speed up for the fast options (-1 to -3)
  35. - support for new systems (Amiga, TOPS 20, Human68k, ...)
  36. - many portability improvements
  37. - many bug fixes
  38.  
  39. See the file 'history' for a detailed list of all changes.
  40.  
  41. This version does not support multi-volume archives as in pkzip 2.04g.
  42. This may be provided in a future version if time permits.
  43.  
  44. Please read the file install.doc for information on how to compile and
  45. install zip, zipsplit and zipnote.  Please read the file zip.doc for
  46. information on how to use them.  The file "contents" is a complete
  47. list of the files you should have in this distribution.  Also, if you
  48. are using MSDOS, you should read the note on file formats at the end
  49. of the contents file.
  50.  
  51. This version supports encryption, but the encryption code is distributed
  52. separately because of the US export regulations. See the file 'Where'
  53. for access to the encryption code. Decryption can be made with unzip 5.0p1
  54. or later, or with zipcloak (which is provided in the encryption supplement).
  55.  
  56. All bug reports should go to zip-bugs@wkuvx1.bitnet, and suggestions for
  57. new features can be sent to info-zip@wkuvx1.bitnet (although we don't
  58. promise to use all suggestions). Patches should be sent as context diffs
  59. only (diff -c).
  60.  
  61. If you're considering a port, please check in with zip-bugs FIRST,
  62. since the code is constantly being updated behind the scenes.  We'll
  63. arrange to give you access to the latest source.  The alternative is the
  64. possibility that your hard work will be tucked away in a sub-archive
  65. and pretty much ignored. Ports to VM/CMS and MVS would be welcome.
  66.  
  67. All bug reports should go to zip-bugs@wkuvx1.bitnet, and suggestions for
  68. new features can be sent to info-zip@wkuvx1.bitnet (although we don't
  69. promise to use all suggestions). If you can't reach bitnet, try
  70. zip-bugs%wkuvx1.bitnet@ukcc.uky.edu.
  71.  
  72. If you'd like to keep up to date with our Zip (and companion UnZip utility)
  73. development, join the ranks of BETA testers, add your own thoughts and con-
  74. tributions, etc., send a two-line mail message containing the commands HELP
  75. and LIST (on separate lines in the body of the message, not on the subject
  76. line) to mxserver@wkuvx1.bitnet.  You'll receive two messages listing the
  77. various Info-ZIP mailing-list formats which are available (and also various
  78. unrelated lists) and instructions on how to subscribe to one or more of them
  79. (courtesy of Hunter Goatley).
  80.  
  81. Frequently asked questions on zip and unzip:
  82.  
  83. Q. When unzipping I get an error message about "compression method 8".
  84.  
  85. A. Please get the latest version of unzip. See the file Where for details.
  86.  
  87.  
  88. Q. I can't extract this zip file that I just downloaded. I get
  89.    "zipfile is part of multi-disk archive" or some other message.
  90.  
  91. A. Please make sure that you made the transfer in binary mode. Check
  92.    in particular that your copy has exactly the same size as the original.
  93.  
  94.  
  95. Q. When running unzip, I get a message about "End-of-central-directory
  96.    signature not found".
  97.  
  98. A. This usually means that your zip archive is damaged, or that you
  99.    have an uncompressed file with the same name in the same directory.
  100.    In the first case, it makes more sense to contact the person you
  101.    obtained the zip file from rather than the Info-Zip software
  102.    developers, and to make sure that your copy is strictly identical to
  103.    the original.  In the second case, use "unzip zipfile.zip" instead
  104.    of "unzip zipfile", to let unzip know which file is the zip archive
  105.    you want to extract.
  106.  
  107.  
  108. Q. Why doesn't zip do <something> just like PKZIP does?
  109.  
  110. A. Zip is not a PKZIP clone and is not intended to be one.  In some
  111.    cases we feel PKZIP does not do the right thing (e.g., not
  112.    including pathnames by default); in some cases the operating system
  113.    itself is responsible (e.g., under Unix it is the shell which
  114.    expands wildcards, not zip).  Info-ZIP's and PKWARE's zipfiles
  115.    are interchangeable, not the programs.
  116.  
  117.  
  118. Q. Can I distribute zip and unzip sources and/or executables?
  119.  
  120. A. You may redistribute the latest official distributions without any
  121.    modification, without even asking us for permission. You can charge
  122.    for the cost of the media (CDROM, diskettes, etc...) and a small copying
  123.    fee.  If you want to distribute modified versions please contact us at
  124.    zip-bugs@wkuvx1.bitnet first. You must not distribute beta versions.
  125.    The latest official distributions are always on ftp.uu.net in directory
  126.    /pub/archiving/zip and subdirectories.
  127.  
  128.  
  129. Q. Can I use the executables of zip and unzip to distribute my software?
  130.  
  131. A. Yes, so long as it is made clear in the product documentation that
  132.    zip or unzip are not being sold, that the source code is freely
  133.    available, and that there are no extra or hidden charges resulting
  134.    from its use by or inclusion with the commercial product. Here is
  135.    an example of a suitable notice:
  136.  
  137.      NOTE:  <Product> is packaged on this CD using Info-ZIP's compression
  138.      utility.  The installation program uses UnZip to read zip files from
  139.      the CD.  Info-ZIP's software (Zip, UnZip and related utilities) is
  140.      free and can be obtained as source code or executables from various
  141.      anonymous-ftp sites, including ftp.uu.net:/pub/archiving/zip/*.
  142.  
  143.  
  144. Q. Can I use the source code of zip and unzip in my commercial application?
  145.  
  146. A. Yes, so long as you include in your product an acknowledgment and an
  147.    offer of the original compression sources for free or for a small
  148.    copying fee, and make clear that there are no extra or hidden charges
  149.    resulting from the use of the compression code by your product. In other
  150.    words, you are allowed to sell only your own work, not ours. If you have
  151.    special requirements contact us at zip-bugs@wkuvx1.bitnet.
  152.